google.golang.org/protobuf/internal/impl.mapConverter.keyConv (field)

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_map.go#L98: 		key := mapi.conv.keyConv.PBValueOf(iter.Key()).MapKey()
		codec_map.go#L166: 	mapv.SetMapIndex(mapi.conv.keyConv.GoValueOf(key), mapi.conv.valConv.GoValueOf(val))
		codec_map.go#L230: 	mapv.SetMapIndex(mapi.conv.keyConv.GoValueOf(key), val)
		codec_map.go#L237: 		key := mapi.conv.keyConv.PBValueOf(keyrv).MapKey()
		codec_map.go#L249: 		key := mapi.conv.keyConv.PBValueOf(keyrv).MapKey()
		convert_map.go#L16: 	keyConv, valConv Converter
		convert_map.go#L25: 		keyConv: newSingularConverter(t.Key(), fd.MapKey()),
		convert_map.go#L34: 	return protoreflect.ValueOfMap(&mapReflect{v, c.keyConv, c.valConv})